Version

CaseSensitive Property

Gets or sets the value which indicates whether strings should be compared case-sensitively when they are sorted.
Syntax
public bool CaseSensitive {get; set;}

Property Value

True to sort strings case-sensitively; False to ignore case.
Remarks

This is only applicable to sort conditions which sort strings.

Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also